home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 February
/
CHIP Şubat 1998.iso
/
drivers
/
GRAFIK
/
HERCULES
/
STINGRAY
/
WINNT40
/
S128_3D
/
ENGLISH
/
DISK1
/
NTAT3D.INF
< prev
next >
Wrap
Windows Setup INFormation
|
1997-04-21
|
2KB
|
120 lines
; ntat3d.inf
;
; Installation inf for the Hercules Stingray 128/3D series of graphics adapters.
; (c) 1994 - 1997 Hercules Computer Technology, Inc.
;
[Version]
Signature="$CHICAGO$"
Provider=%Hercules%
ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
Class=Display
[DestinationDirs]
DefaultDestDir = 11
at3d.Miniport = 12 ; drivers
at3d.Display = 11 ; system32
;
; Driver information
;
[Manufacturer]
%Hercules% = Hercules.Mfg
[Hercules.Mfg]
%Hercules% Stingray 128/3D Series (v 0.55) = at3d
;
; General installation section
;
[at3d]
CopyFiles=at3d.Miniport, at3d.Display, at3d.Inf
;
; File sections
;
[at3d.Miniport]
promtn.sys
[at3d.Display]
promtn.dll
[at3d.Inf]
ntat3d.inf
;
; Service Installation
;
[at3d.Services]
AddService = at3d, 0x00000002, at3d_Service_Inst, at3d_EventLog_Inst
[at3d_Service_Inst]
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 1 ; SERVICE_SYSTEM_START
ErrorControl = 0 ; SERVICE_ERROR_IGNORE
LoadOrderGroup = Video
ServiceBinary = %12%\promtn.sys
[at3d_EventLog_Inst]
AddReg = at3d_EventLog_AddReg
[at3d_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\promtn.sys"
HKR,,TypesSupported,0x00010001,7
;
; Software Installation
;
[at3d.SoftwareSettings]
AddReg = at3d_SoftwareDeviceSettings
[at3d_SoftwareDeviceSettings]
HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, promtn
HKR,, VgaCompatible, %REG_DWORD%, 0
HKR,, DefaultSettings.BitsPerPel, %REG_DWORD%, 8
HKR,, DefaultSettings.XResolution, %REG_DWORD%, 640
HKR,, DefaultSettings.YResolution, %REG_DWORD%, 480
HKR,, UseVESATimings, %REG_DWORD%, 0
;
; Source file information
;
[SourceDisksNames.x86]
1 = %DiskId%,,,""
[SourceDisksFiles]
promtn.dll = 1
promtn.sys = 1
ntat3d.inf = 1
[Strings]
;
; Non-Localizable Strings
;
REG_SZ = 0x00000000
REG_MULTI_SZ = 0x00010000
REG_EXPAND_SZ = 0x00020000
REG_BINARY = 0x00000001
REG_DWORD = 0x00010001
SERVICEROOT = System\CurrentControlSet\Services
;
; Localizable Strings
;
DiskId="Hercules Computer Technology, Inc. Installation DISK (VIDEO)"
GraphAdap="Graphics Adapter"
Hercules="Hercules Computer Technology, Inc."